projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e30fbfe
)
(lisp_data_to_selection_data): Fix last change: set size_ret.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 7 Jun 2002 13:44:04 +0000
(13:44 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 7 Jun 2002 13:44:04 +0000
(13:44 +0000)
src/ChangeLog
patch
|
blob
|
history
src/xselect.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 48533289d2ab09acdc9be4d4256a074d0859e921..d6520cc0aed97933caffc315fad5df99e7ea745d 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+2002-06-07 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * xselect.c (lisp_data_to_selection_data): Fix last change: set
+ size_ret.
+
2002-06-07 Andreas Schwab <schwab@suse.de>
* m/amdx86-64.h: New file.
diff --git
a/src/xselect.c
b/src/xselect.c
index 3e1c9d0edf9fe38da70489bb02db4f2ba2a0cd91..2b95b5692e5e6c2b97b849fda7172bf765dc3576 100644
(file)
--- a/
src/xselect.c
+++ b/
src/xselect.c
@@
-1776,6
+1776,7
@@
lisp_data_to_selection_data (display, obj,
unibyte_string = string_make_unibyte (obj);
*data_ret = XSTRING (unibyte_string)->data;
*nofree_ret = 1;
+ *size_ret = STRING_BYTES (*data_ret);
}
else
{